home *** CD-ROM | disk | FTP | other *** search
- object FrmPrivacy: TFrmPrivacy
- Left = 374
- Top = 105
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 433
- ClientWidth = 532
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Scaled = False
- OnActivate = FormActivate
- OnClick = FormClick
- OnCloseQuery = FormCloseQuery
- OnKeyPress = FormKeyPress
- PixelsPerInch = 120
- TextHeight = 16
- object LblPrivacyCounter: TLabel
- Left = 257
- Top = 182
- Width = 28
- Height = 59
- Caption = '3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -50
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- OnClick = FormClick
- end
- object LblPrivacyLocked: TLabel
- Left = 190
- Top = 148
- Width = 152
- Height = 32
- Caption = 'LOCKED IN'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -28
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- OnClick = FormClick
- end
- object LblDesc: TLabel
- Left = 165
- Top = 245
- Width = 218
- Height = 23
- Caption = 'Any key or click escapes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 23
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object PnlAuth: TPanel
- Left = 0
- Top = 399
- Width = 532
- Height = 34
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object LblPrivacy: TLabel
- Left = 15
- Top = 7
- Width = 111
- Height = 16
- Caption = 'Privacy &Password:'
- FocusControl = EditPrivacy
- end
- object EditPrivacy: TEdit
- Left = 138
- Top = 2
- Width = 149
- Height = 24
- MaxLength = 12
- PasswordChar = '*'
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 409
- Top = 0
- Width = 123
- Height = 34
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object Button1: TButton
- Left = 2
- Top = 1
- Width = 119
- Height = 31
- Caption = '&Unlock'
- Default = True
- TabOrder = 0
- OnClick = FormClick
- end
- end
- end
- object PnlPrivacyTitle: TPanel
- Left = 0
- Top = 0
- Width = 532
- Height = 21
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- OnClick = FormClick
- object Label1: TLabel
- Left = 7
- Top = 3
- Width = 78
- Height = 15
- Caption = 'Privacy Sheet'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = FormClick
- end
- end
- object Clock: TRxClock
- Left = 145
- Top = 90
- Width = 250
- Height = 250
- BevelInner = bvNone
- BevelOuter = bvNone
- DotsColor = clBlue
- ShowMode = scAnalog
- Anchors = [akLeft, akTop, akRight, akBottom]
- Visible = False
- OnClick = FormClick
- end
- object PrivacyTimer: TTimer
- Enabled = False
- OnTimer = PrivacyTimerTimer
- Left = 425
- Top = 154
- end
- end
-